ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ListBox<T> Class / OnClientItemChecked Property






In This Topic
    OnClientItemChecked Property
    In This Topic
    Occurs when the current item is checked or unchecked.
    Syntax
    'Declaration
     
    
    Public Property OnClientItemChecked As System.String
    'Usage
     
    
    Dim instance As ListBox(Of T)
    Dim value As System.String
     
    instance.OnClientItemChecked = value
     
    value = instance.OnClientItemChecked
    public System.string OnClientItemChecked {get; set;}
    public read-write property OnClientItemChecked: System.String; 
    public function get,set OnClientItemChecked : System.String
    public: __property System.string* get_OnClientItemChecked();
    public: __property void set_OnClientItemChecked( 
       System.string* value
    );
    public:
    property System.String^ OnClientItemChecked {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also